net/http.http2Framer.AllowIllegalWrites (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1628: 	AllowIllegalWrites bool
		h2_bundle.go#L1997: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2004: 		if !f.AllowIllegalWrites {
		h2_bundle.go#L2307: 	if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
		h2_bundle.go#L2421: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2443: 		if !http2validStreamIDOrZero(v) && !f.AllowIllegalWrites {
		h2_bundle.go#L2511: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2551: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2588: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2687: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2701: 	if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {